home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / Skachky.swf / scripts / DefineButton2_206 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2004-07-11  |  98 b   |  7 lines

  1. on(press){
  2.    if(_level0.not_jumping)
  3.    {
  4.       _level0.horse1.gotoAndPlay("jump");
  5.    }
  6. }
  7.